Steps to package CLI:
$ cd <GIT CLI local repo ROOT>

$ pwd
/cygdrive/c/data/work/genisis/git/genisis2termservices/master/ts-term-cli

$ mvn clean install

To get usage flags:
java -jar target/tsed-jar-with-dependencies.jar -help

Steps to execute CLI:

# The following adds triples from the cli.json file
java -jar target/tsed-jar-with-dependencies.jar -file cli.json -add -ignoreErr

# The following removes triples from the cli.json file
java -jar target/tsed-jar-with-dependencies.jar -file cli.json -drop -ignoreErr

# The following adds triples from the cli.json file and does NOT add triples to solr
java -jar target/tsed-jar-with-dependencies.jar -file cli.json -add -ignoreErr -solr

Note: In order to change the location of the backend api, please modify the ip address
located in cli.properties
